Class InstantiationArgument<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public class InstantiationArgument<T> : IInstantiationArgument<T> where T : ISortedExportable
Implements:
WaaS.ComponentModel.Models.IInstantiationArgument<T>
Properties
Name
View Source
Declaration
public string Name { get; }
Value
View Source
Declaration
public IUnresolved<T> Value { get; init; }